From 0a0a059397cc3781501556a92a09dc5b63de385a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 3 Feb 2021 20:27:55 -0500 Subject: [PATCH] docs: Mention css drop-shadow filter We don't support this filter, currently. --- docs/reference/gtk/css-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/css-properties.md b/docs/reference/gtk/css-properties.md index 8fa9819fc7..809669dd90 100644 --- a/docs/reference/gtk/css-properties.md +++ b/docs/reference/gtk/css-properties.md @@ -129,7 +129,7 @@ done with |:-----------|:----------|:------| |color | [CSS Color Level 3](https://www.w3.org/TR/css3-color/#foreground) | | |opacity | [CSS Color Level 3](https://www.w3.org/TR/css3-color/#opacity) | | -|filter | [CSS Filter Effect Level 1](https://drafts.fxtf.org/filters/#FilterProperty) | | +|filter | [CSS Filter Effect Level 1](https://drafts.fxtf.org/filters/#FilterProperty) | CSS allows drop-shadow | |font-family | [CSS Fonts Level 3](https://www.w3.org/TR/css3-fonts/#font-family-prop) | defaults to gtk-font-name setting | |font-size | [CSS Fonts Level 3](https://www.w3.org/TR/css3-fonts/#font-size-prop) | defaults to gtk-font-name setting | |font-style | [CSS Fonts Level 3](https://www.w3.org/TR/css3-fonts/#font-style-prop) | | -- 2.30.2